Uses of Class
org.eclipse.vtp.desktop.core.util.Geom.Point3D

Packages that use Geom.Point3D
org.eclipse.vtp.desktop.core.util   
 

Uses of Geom.Point3D in org.eclipse.vtp.desktop.core.util
 

Methods in org.eclipse.vtp.desktop.core.util that return Geom.Point3D
static Geom.Point3D Geom.newPoint3D(float x, float y, float z)
           
 

Methods in org.eclipse.vtp.desktop.core.util with parameters of type Geom.Point3D
static float Geom.DistancePointLine(Geom.Point3D point, Geom.Point3D lineStart, Geom.Point3D lineEnd)